Welcome![Sign In][Sign Up]
Location:
Search - ip ping

Search list

[Internet-Networkping

Description: 这是一个Ping程序,它是一个Winsole程序,因此在编译成功后,应该打开“开始”菜单的“运行”对话框然后单击“浏览”按钮,在该工程Debug和Release目录下得到可执行文件的路径和文件名,并在后面加入命令行参数:要Ping的IP地址。--This is a Ping program, it is a Winsole program, After compiled successfully, you may open the "running" dialog box of "start" menu, then click "browse" button, you can get path and execution filename at Debug and Release catalog of this project.Command parameter is added after it:IP address of you need ping
Platform: | Size: 361472 | Author: 站长 | Hits:

[Internet-NetworkPingScan

Description: Ping,扫描,Whois IP-Ping, Scan, Whois IP
Platform: | Size: 19456 | Author: 站长 | Hits:

[Documentsping一个IP地址

Description: ping一个IP地址-an IP address ping
Platform: | Size: 4096 | Author: 罗罗 | Hits:

[TCP/IP stackPing Ip Scan Port Scan Who Is

Description: 网络编程,扫描端口-network programming, scanning ports
Platform: | Size: 22528 | Author: wxz | Hits:

[TCP/IP stacklinux系统下用C程序实现Ping功能

Description: linux下用c实现的ping程序源码, 对于理解tcp/ip有很大帮助, 建议收藏, 取之于网,用之于网, 与你分享!-c ping procedures to achieve the source for understanding tcp/ip is very helpful, the proposed collection, taken from the network and use network, to share with you!
Platform: | Size: 6144 | Author: 朱冠胤 | Hits:

[TCP/IP stackEMB-TCP-IP-STACK

Description: 一个专为嵌入式系统编写的小型TCP/IP协议栈 TCP/IPLean,一个适于学习并容易移植的协议栈, 有专门书籍《嵌入式系统web服务器TCP/IP Lean》 进行详细介绍,很适合于希望了解TCP/IP基本原理 和代码实现的朋友 这里提供它的VC6版源码包下载, 它可以与超值型以上开发板提供的arpscan、ping 和udp实例配套,作为主机端的服务运行。 -an embedded system for the preparation of small TCP/IP protocol stack TCP/IPLean. an easy to learn and suitable for transplant protocol stack, there are specialized books, "Embedded System web server TCP/IP Lean" for a more detailed description, hope is well suited to understand TCP/IP and the basic tenets of the code to achieve friends here with its VC6 version of the source package under set, which can overvalued and above-board development of arpscan, ping and udp supporting examples, as mainframe-service operation.
Platform: | Size: 114688 | Author: shiryu | Hits:

[Internet-Networkping

Description: 本包里面包含了一个在windows xp 环境下利用winsock实现的ping ip功能的软件源代码-This package which contains a windows xp environment in the use of winsock realize the ping ip software source code
Platform: | Size: 31744 | Author: lihaiquan | Hits:

[Process-ThreadMult-ping

Description: vb多线程源程序可实行多线程ping区域网指定的IP-vb source code can be implemented multi-threaded multi-threaded ping area network designated IP
Platform: | Size: 112640 | Author: 网有有 | Hits:

[GIS programping

Description: 使用vb实现ping命令,可ping指定IP并返回结果-Vb realize the use of ping command, can ping the specified IP and return results
Platform: | Size: 21504 | Author: 870l | Hits:

[TCP/IP stackZlg_TCP_IP

Description: 周立功TCP/IP协议栈,结构清晰、简单 包括: \APR \CRC \ETHERNET \HARDWARE \INCLUDE \IP \PING \SOCKET \TCP \UDP -Week Ligong TCP/IP protocol stack, structure, clarity, simplicity, including: APRCRCETHERNETHARDWAREINCLUDEIPPINGSOCKETTCPUDP
Platform: | Size: 1425408 | Author: hkjinzhao | Hits:

[ARM-PowerPC-ColdFire-MIPSIP

Description: 移植到嵌入式系统的TCPIP协议源码,源码内有详细中文注解。 已实现的功能: 支持TCP, UDP, IP, ICMP, ARP, ETHERNET等协议;兼容BSD标准的Socket API接口函数库;ICMP实现PING的功能和UDP无效端口返回;支持TCP的流控制和超时重传;支持TCP主动连接和被动连接; 􀁺 支持在多任务中建立多个不同的TCP连接,支持各连接同时收发数据; 􀁺 提供WebSever和UDP服务器范例。 还没实现功能: 􀁺 IP报的处理不支持分段 在多个网络接口的应用是两个网络间的最大报大小要基本相等。 􀁺 ICMP协议还不是非常完整 目前ICMP协议只支持PING的功能和UDP无效端口返回。 􀁺 TCP协议不支持紧急数据 这一版本的ZLG/IP不对TCP传输中的紧急数据报进行处理。 􀁺 不支持IGMP协议 这一版本的ZLG/IP不支持IP组播和广播。 􀁺 不支持Socket API发送函数发送大于PMTU 用Socket API发送函数发送数据时,数据长度不可大于一个TCP或UDP报有效数据的长度。
Platform: | Size: 1682432 | Author: 谭剑鸣 | Hits:

[Windows DevelopPing

Description: 填写IP段自动生成IP段文本,可以批量PING命令-Fill out the IP to automatically generate IP paragraph text, you can bulk PING command
Platform: | Size: 1024 | Author: dlm | Hits:

[P2Pping

Description: 该程序在 Windows 2000 Pro+SP4 下编译调试通过(Visual C++ 6.0 IDE环境)。 需要Winsock2支持。 1.该程序采用了winsock的原始套接字编程,实现了基本的Ping功能,使用方法:ping host,默认连续发送4个回显请求。 2.该程序中对ICMP首部的定义采用了非标准形式。即将选项数据中保存时间戳的头4个字节也定义为ICMP首部的一部分,这样ICMP首部就被定义为12个字节。这样主要做主要是为了编程的实现与理解上的方便。 3.根据习惯ICMP首部的标示符字段填充了进程ID。 4.该程序实现了在IP首部记录路由的RR功能,最多记录9个地址。-The program in Windows 2000 Pro+ SP4 adopted under the compiler debugging (Visual C++ 6.0 IDE environment). Winsock2 support needs. 1. The program uses the original socket winsock programming, to achieve the basic Ping function, use: ping host, the default for sending echo request 4. 2. The program of the first definition of ICMP uses non-standard forms. Options data is about to save the first timestamp 4 bytes are also defined as the first part of ICMP, so that the first ICMP was defined as 12 bytes. Mainly do so primarily to the realization and understanding of programming convenience. 3. In accordance with customary ICMP identifier of the first field filled with the process ID. 4. The program achieved the first record in the IP routing RR function, a maximum of nine address records.
Platform: | Size: 13312 | Author: 周晓伟 | Hits:

[Internet-NetworkRawTCP-IP

Description: Raw TCP/IP类库,含ping,ipconfig,TcpServer,UdpScaner,Udpserver等内容-Raw TCP/IP library, including ping, ipconfig, TcpServer, UdpScaner, Udpserver etc.
Platform: | Size: 618496 | Author: | Hits:

[Windows Developping(mfc)

Description: MFC运行模式,功能:可在界面直接修改你想遍历的IP地址范围,点击按钮,开始查询,ping通的显示主机名和IP地址。-MFC operation mode, function: can be modified directly at the interface you want to traverse the IP address range, click the button, and start inquiries, ping' s show the host name and IP address.
Platform: | Size: 3635200 | Author: zachary | Hits:

[Windows Developping

Description: 以前帮某网吧写的,可以输入任意IP以/T形式PING,并回显内容到listBox里,加有停止功能。-Writing help某网吧ago, and can enter any IP to/T form of PING, to stop the function.
Platform: | Size: 782336 | Author: 朱芮男 | Hits:

[Linux-UnixPing

Description: ping程序设计原理 需要添加一个ip头部结构体就可以运行 linux 可以参考一下-ping process design principles need to add a ip head structure can be run on linux reference
Platform: | Size: 12288 | Author: megan | Hits:

[Internet-Networkping

Description: ping的原理就是首先建立通道,然后发送包,对方接受后返回信息,这个包至少包括以下内容,发送的时候,包的内容包括对方的ip地址和自己的地址,还有序列数,回送的时候包括双方地址,还有时间等,主要是接受方在都是在操作系统内核里做好的,时刻在监听,提供一段c程序的代码,希望对大家有用。 -ping is to first establish the principle of access, and then send packets, the other party accepted the return of information, this package includes the following elements, at least, send time, the contents of packets, including each other' s ip address and her address, as well as sequence number, time of return include both addresses, and so still have time, mainly in the recipient are in good operating system kernel, and always listening, providing for some c code, I hope useful for all of us.
Platform: | Size: 4096 | Author: Max | Hits:

[TCP/IP stackping

Description: 这是一个TCP IP Ping 的程序。 是通过API实现的。-A TCP、IP s PG is Ping as API
Platform: | Size: 6144 | Author: mynbasky | Hits:

[Internet-NetworkIP-ping

Description: 使用CMD的方法检测IP是否可以Ping IP是否可以Ping同-内网IP-ping
Platform: | Size: 3072 | Author: 子锡 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 22 »

CodeBus www.codebus.net